From: Kevin Ryde Date: Thu, 26 Nov 2009 23:39:32 +0000 (+0000) Subject: * sha1.el (sha1-string-external): default-directory "/" in case X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9224 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c431a24baaacd9ec5932635ac97dc4610a00ceb8;p=emacs.git * sha1.el (sha1-string-external): default-directory "/" in case otherwise non-existent. process-connection-type pipe for touch of efficiency recommended by elisp manual. (An aside in Bug#3911.) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a36645dc974..18ced5b6512 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,10 @@ * log-view.el: Add "Keywords: tools", since its other keywords aren't in finder-known-keywords, and following vc.el. + * sha1.el (sha1-string-external): default-directory "/" in case + otherwise non-existent. process-connection-type pipe for touch of + efficiency recommended by elisp manual. (An aside in Bug#3911.) + 2009-11-26 Stefan Monnier Misc coding convention cleanups.